.selTable{
	width: 100%;
	margin-bottom: 1em;
	border: 1px solid black;
	background-color: #eee;
	border-collapse: collapse;
}

.selTable th{
	background-color: #228c22;
	color: white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 3pt;
	border-collapse: collapse;
}

.selTable td{
	border: 1px solid #999;
	padding: 3pt;
	overflow: hidden;
}


.selTable td input[type="radio"]{
	width: 1em;
	height: 1em;
	display: inline-block;
	cursor: pointer;
	margin: 3pt 0 3pt 0;
}

.collection-thumbnail-preview{
	display: block;
	float: left;
	margin: 2px;
}

.collection-thumbtile{
	display: block;
	float: left;
	margin-left: .5em;
	margin-bottom: .5em;
	border: 1px solid silver;
	line-height: 14px;
	font-size: 12px;
	text-align: center;
}

.collection-thumbtile:hover{
	border: 1px solid gray;
}

.collection-thumbtile-120{
	height: 176px;
	width: 128px;
	overflow: hidden;
}

.collection-thumbtile-preview{
	background-position: center center;
	background-repeat: no-repeat;
	border: 4px solid white;
	background-color: #ddd;
	margin-bottom: 4px;
	border-radius: 6px;
}

.collection-thumbtile-preview:hover{
	background-color: white;
}

.collection-thumbtile-preview-120{
	width: 120px;
	height: 120px;
}

.collection-thumbtile .delete{
	display: block;
	float: right;
	margin-right: 2px;
	background-color: rgba(200,0,0,.6);
	color: white;
	width: 2em;
	height: .925em;
	margin-top: -2px;
	padding-top: .125em;
	cursor: pointer;
	border-radius: .2em;
	box-shadow: 0 2px 4px rgba(0,0,0,.7);
	border: 1px solid rgba(255,255,255,.3);
	border-top: none;
}
.collection-thumbtile .delete:hover{
	text-decoration: none;
	background-color: rgba(200,0,0,1);
	border: 1px solid rgba(255,255,255,.5);
	border-top: none;
}

.collection-thumbtile .deleteconfirm{
	display: block;
	float: left;
	font-size: 12px;
	background-color: white;
	color: black;
	width: 110px;
	margin-left: 0px;
	margin-top: -100px;
	background-color: #e2bbb3;
	border: 1px solid #732121;
	padding: 4px;
}

.collection-thumbtile a{
	font-size: 12px;
	color: #444;
}

.imagetile-infolink{
	clear: both;
	margin-top: 87px;
	color: black;
	font-size: 52px;
	margin-right: 80px;
}

.imagetile-infolink a{
	color: rgba(0,0,0,.5);
	text-shadow: 1px 1px 5px rgba(255,255,255,.45), -1px -1px 5px rgba(0,0,0,.6);
	text-decoration: none;
	font-size: 44px;
}
.imagetile-infolink a:hover{
	color: rgba(0,0,0,.4);
	text-shadow: -1px -1px 5px rgba(255,255,255,.45), 1px 1px 5px rgba(0,0,0,.6);
	text-decoration: none;
}


.selTable .table_row_normal{
	background-color: #eee;
}
.selTable .table_row_highlight{
	background-color: #eee28c;
}

input[type="file"]{
	padding: 0;
}

.leftcol .inlineform{
	margin: 0;
	padding: 0;
	border: 0;
}
.leftcol .inlineform input[type="submit"]{
	margin: 2px;
	padding: 2px 4px 2px 4px;
	width: auto;
	float: none;
}

#image_info_area{
}

.infolinktd a{
	color: #444;
	text-decoration: none;
}

.infolinktd a:hover{
	color: #228B22;
}

/*columns/panes*/

.fmrighti .imagetitle{
	font-size: 140%;
	line-height: 150%;
	color: #444;
}

.paneleft-image-preview-thumb{
	width: 99%;
	border: 1px solid gray;
	border-radius: .5em;
}

/* File Manager */

.fmleft{
	float: left;
	width: 30%;
}

.fmlefti{
	margin: 0 .25em 0 .25em;
}

.fmcenter{
	float: left;
	width: 45%;
}

.fmcenteri{
	margin: 0 .25em 0 .25em;
	
}

.fmright{
	float: left;
	width: 25%;
}

.fmrighti{
	margin: 0 .25em 0 .25em;
	
}

.clearbutton{
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	display: inline;
	padding: 1px 3px 1px 3px;
	border-radius: 3px;
	border: 1px solid transparent;
}

.clearbutton[type="submit"]:hover{
	color: #228c22;
	cursor: pointer;
	border: 1px solid rgba(0,0,0,.3);
}

/*buttons*/

.destructive{
	background-color: #e2bbb3;
	padding: 1em 0 1em 0;
	border: 1px solid #732121;
}

.alertable{
	background-color: #f1ce64;
	padding: 1em;
	border: 1px solid #785426;
}
